http://www.WizBrother.com/
首页: 电信 联通控制面版 短消息工具箱我的状态系统提醒IMPK市场 安全退出

IMPK战网论坛 >> 我爱下载 >> 浏览: 窗口大小亮度画面效果调整工具cnc-ddraw最新版,配置文件汉化
工欲善其事,必先利其器——常用软件下载
发新帖子  回复贴子  发起投票 版主:无

页次: 转到第 [ 1 ] 页加入收藏
窗口大小亮度画面效果调整工具cnc-ddraw最新版,配置文件汉化
此人性别不详 IGXN 离线


等级:群魔堡垒
积分:1340
金币:6110
发贴:1490
捐赠:0
注册时间:2017-02-25
IP:*.*.*.*
         第(0)楼,发贴时间:21-12-27 12:42

窗口大小亮度画面效果调整工具cnc-ddraw最新版,配置文件汉化

cnc-ddraw是一个免费开源的老游戏兼容性工具,可以用于D2的窗口模式,调整大小亮度,或是套用画面效果滤镜。

使用方法:
1. 百度网盘下载:https://pan.baidu.com/s/1B_NnybHzA9Y0fCJp31hIyA?pwd=rprv
2. 解压至游戏目录
3. 复制下面楼的内容替换原有的ddraw.ini
4. 取消d2loader快捷方式中的-w选项。(原xp兼容性设置仍然需要保持勾选)
5. 运行游戏
6. (可选)根据运行效果,再次打开ddraw.ini,修改width,height,posX,posY选项,设置窗口的大小和位置
7. (可选)游戏目录里Shaders文件夹里有各种画面效果滤镜,可以根据自己的喜好选择

快捷键:
[Alt] + "Enter":切换全屏/窗口


老版本相关讨论:http://impk.cc/ShowTopic-8525482-16.php?type=dyn



补充,如果出现"Failed to Greate Game Client Window":
1.运行D2VidTst,选择DirectDraw。
2.还是不行的话,打开ddraw.ini,把renderer改成direct3d9。
3.重装显卡驱动和DX9


补充2:
如果在wine环境下使用,必须在wine的DLL overrides里面手工填入ddraw,优先选择native

[ 本贴由 IGXN 在 12-07 20:23 编辑过. ]


最新发表的主题 | 最新参与的主题汇报违规贴 
此人性别不详 IGXN 离线


等级:群魔堡垒
积分:1340
金币:6110
发贴:1490
捐赠:0
注册时间:2017-02-25
IP:*.*.*.*
         第(1)楼,发贴时间:21-12-27 12:43

; cnc-ddraw - https://github.com/CnCNet/cnc-ddraw - https://cncnet.org
; 汉化版本4.4.6.0,窗口的大小和位置请修改width,height,posX,posY

[ddraw]
; ### 可选设置 Optional settings ###
; 根据自己的需要设置下面选项

; 窗口分辨率,0 = 默认,width = 宽度,height = 高度
width=1300
height=975

; 覆盖上面的宽度/高度设置,始终拉伸到全屏
; 注: 如果同时使用'windowed=true',就是无边框窗口全屏模式
fullscreen=false

; 窗口模式
windowed=true

; 保持宽高比 (需要 'handlemouse=true')
maintas=true

; 画面居中/整比缩放 (需要 'handlemouse=true')
boxing=false

; 渲染帧数 -1=显示器帧数,0=无限制,n=帧数
; 注: 不影响游戏进行速度,限制游戏速度使用'maxgameticks'
maxfps=0

; 垂直同步,减少画面撕裂 (需要 'renderer=auto/opengl/direct3d9')
; 注: vsync=true修复画面撕裂问题,但是会导致输入延迟
vsync=false

; 自动调整鼠标灵敏度 (需要 'handlemouse=true')
; 注: 只在窗口分辨率(width/height)不为0时生效,会根据窗口尺寸调整鼠标灵敏度
adjmouse=true

; 初步的libretro着色器支持 - (需要 'renderer=opengl') https://github.com/libretro/glsl-shaders
; 2x scaling 效果截图: https://imgur.com/a/kxsM1oY - 4x scaling 效果截图: https://imgur.com/a/wjrhpFV
shader=Shaders\interpolation\bilinear.glsl

; 窗口位置,-32000 =屏幕中央
posX=310
posY=40

; 渲染器,可选:auto, opengl, gdi, direct3d9(auto=先尝试 direct3d9/opengl,失败后选择gdi)
renderer=opengl

; 开发者模式(不将鼠标光标锁定至窗口内)
devmode=true

; 窗口模式显示边框标题栏
border=true

; 游戏退出和启动时,自动保存和载入窗口位置/尺寸/状态
; 可选: 0=禁用,1=全局(保存至ddraw区段),2=游戏分别保存到各自区段
savesettings=0

; 窗口模式下是否可以调整窗口尺寸
resizable=false

; direct3d9渲染器开启线性插值(D3DTEXF_LINEAR)  (只支持16位色的游戏)
d3d9linear=true

; 开启画面高分辨率补丁(支持C&C1, Red Alert 1 and KKND Xtreme)
vhack=false

; "cnc-ddraw config.exe"的语言设置,可选:auto, english, chinese, german, spanish, russian, hungarian, french
configlang=auto

; 截图保存路径
screenshotdir=.\Screenshots



; ### 兼容性设置 Compatibility settings ###
; 游戏遇到问题时尝试修改下面的选项

; 屏蔽WM_ACTIVATEAPP 和 WM_NCACTIVATE消息,防止alt+tab切换窗口出问题
noactivateapp=false

; 游戏每秒最大ticks设置,可选: -1 = 禁用,-2 = 显示器刷新率,0 = 模拟60帧垂直同步, 1-1000 = 自定义游戏速度
; 注: 修复游戏加速或闪屏
; 注: 通常使用以下数值: 60 / 30 / 25 / 20 / 15 (低数值 = 减慢游戏运行速度)
maxgameticks=-1


; Windows API 钩子,可选: 0 = 禁用, 1 = IAT Hooking, 2 = Microsoft Detours, 3 = IAT+Detours Hooking (All Modules), 4 = IAT Hooking (All Modules)
; 注: 如果窗口模式或者缩放功能不能正常运行,尝试设置此项
; 注: 游戏有问题时,此项设置为'hook=2'通常能够解决问题,但是必须同时使用 'renderer=gdi'
hook=4

; 强制最小帧数,可选: 0 = 禁用, -1 = 使用 'maxfps' 的数值, 1-1000 = 自定义帧数
; 如果游戏的某些部分无法显示(例如菜单或载入动画),尝试将此项设置为较低的数值,如5或10
minfps=0

; 禁止direct3d9/opengl渲染器的全屏独占模式
; 注: 某些界面元素,如按钮/文本框/视频/等,无法显示时使用
nonexclusive=false

; 修复某些贴图错乱的问题
fixpitch=false

; 强制单CPU,修复崩溃/死机,*可能*会影响性能
singlecpu=false

;可用分辨率列表:0 = 小列表,1 = 更小列表,2 = 完整列表
resolutions=0

; 子窗口设置,可选:0 = 禁用,1 = 左上角,2 = 左上角 + 重绘,3 = 隐藏
; 注:检测到子窗口时将禁止放大画面
fixchilds=2

; Direct3D9 浮点精度
; 注:网络游戏出现同步问题时开启
fpupreserve=false




; ### 快捷键设置 ###
; 使用以下选项设置快捷键,0x00 = 禁用
; 键盘代码查询:https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes

; 窗口/全屏切换,[Alt] + ???
; 默认 [Alt] + "Enter"
keytogglefullscreen=0x0D

; 窗口最大化,[Alt] + ???
; 默认 [Alt] + "PAGE DOWN"
keytogglemaximize=0x22

; 在未开启devmode的情况下,用于解锁光标,[Ctrl] + ???
; 默认 [Ctrl] + "TAB"
keyunlockcursor1=0x09

; 同上,解锁光标,[右 Alt] + ???
; 默认 [右 Alt] + "右 Ctrl"
keyunlockcursor2=0xA3

; 截图
; 默认 "PRINT SCREEN",在暗黑2中会产生两个截图
keyscreenshot=0x2C




; ### 特定游戏设置 Game specific settings ###
; 以下设置会覆盖上面的全局设置,方括号内是exe文件名。


; Atomic Bomberman
[BM]
maxgameticks=60

; Age of Empires
[empires]
renderer=opengl
nonexclusive=true
fixpitch=true
adjmouse=true
resolutions=2

; Age of Empires: The Rise of Rome
[empiresx]
renderer=opengl
nonexclusive=true
fixpitch=true
adjmouse=true
resolutions=2

; Age of Empires II
[EMPIRES2]
renderer=opengl
nonexclusive=true
fixpitch=true
adjmouse=true

; Age of Empires II: The Conquerors
[age2_x1]
renderer=opengl
nonexclusive=true
fixpitch=true
adjmouse=true

; American Conquest
[DMCR]
minfps=-2

; Age of Wonders
[AoWSM]
windowed=true
fullscreen=false
renderer=gdi
hook=2

; Age of Wonders 2
[AoW2]
windowed=true
fullscreen=false
renderer=gdi
hook=2

; Anstoss 3
[anstoss3]
renderer=gdi
adjmouse=true

; Anno 1602
[1602]
adjmouse=true

; Alien Nations
[AN]
adjmouse=true

; Amerzone
[AMERZONE]
renderer=opengl

; Atlantis
[ATLANTIS]
renderer=opengl
maxgameticks=60

; Blade & Sword
[comeon]
fixchilds=3
fixpitch=true

; Blood II - The Chosen / Shogo - Mobile Armor Division
[Client]
checkfile=.\SOUND.REZ
noactivateapp=true

; Casino Empire
[CasinoEmpire]
hook=2

; Carmageddon
[CARMA95]
renderer=opengl
noactivateapp=true

; Carmageddon
[CARM95]
renderer=opengl
noactivateapp=true

; Carmageddon 2
[Carma2_SW]
renderer=opengl
noactivateapp=true

; Captain Claw
[claw]
noactivateapp=true

; Command & Conquer Gold - CnCNet
[cnc95]
maxfps=125

; Command & Conquer Gold
[C&C95]
maxgameticks=120
maxfps=60
minfps=-1

; Command & Conquer: Red Alert - CnCNet
[ra95-spawn]
maxfps=125

; Command & Conquer: Red Alert
[ra95]
maxgameticks=120
maxfps=60
minfps=-1

; Command & Conquer: Red Alert
[ra95_Mod-Launcher]
maxgameticks=120
maxfps=60
minfps=-1

; Command & Conquer: Red Alert
[ra95p]
maxfps=60
minfps=-1

; Command & Conquer: Tiberian Sun / Command & Conquer: Red Alert 2
[game]
checkfile=.\blowfish.dll
tshack=true
noactivateapp=true
adjmouse=true
maxfps=60
minfps=-1
maintas=false
boxing=false

; Command & Conquer: Tiberian Sun Demo
[SUN]
noactivateapp=true
tshack=true
adjmouse=true
maxfps=60
minfps=-1
maintas=false
boxing=false

; Command & Conquer: Tiberian Sun - CnCNet
[ts-spawn]
noactivateapp=true
tshack=true
adjmouse=true
maxfps=60
minfps=-1
maintas=false
boxing=false

; Command & Conquer: Red Alert 2 - XWIS
[ra2]
noactivateapp=true
tshack=true
maxfps=60
minfps=-1
maintas=false
boxing=false

; Command & Conquer: Red Alert 2 - XWIS
[Red Alert 2]
noactivateapp=true
tshack=true
maxfps=60
minfps=-1
maintas=false
boxing=false

; Command & Conquer: Red Alert 2: Yuri's Revenge
[gamemd]
noactivateapp=true
tshack=true
maxfps=60
minfps=-1
maintas=false
boxing=false

; Command & Conquer: Red Alert 2: Yuri's Revenge - ?ModExe?
[ra2md]
noactivateapp=true
tshack=true
maxfps=60
minfps=-1
maintas=false
boxing=false

; Command & Conquer: Red Alert 2: Yuri's Revenge - CnCNet
[gamemd-spawn]
noactivateapp=true
tshack=true
maxfps=60
minfps=-1
maintas=false
boxing=false

; Command & Conquer: Red Alert 2: Yuri's Revenge - XWIS
[Yuri's Revenge]
noactivateapp=true
tshack=true
maxfps=60
minfps=-1
maintas=false
boxing=false

; Caesar III
[c3]
nonexclusive=true
adjmouse=true

; Chris Sawyer's Locomotion
[LOCO]
adjmouse=true

; Cultures 2
[Cultures2]
adjmouse=true

; Cultures 2 MP
[Cultures2MP]
adjmouse=true

; Close Combat 2: A Bridge Too Far
[cc2]
adjmouse=true
fixpitch=true
renderer=opengl
nonexclusive=true

; Close Combat 3: The Russian Front
[cc3]
adjmouse=true
fixpitch=true
renderer=opengl
nonexclusive=true

; Close Combat 4: The Battle of the Bulge
[cc4]
adjmouse=true
fixpitch=true
renderer=opengl
nonexclusive=true

; Close Combat 5: Invasion: Normandy
[cc5]
adjmouse=true
fixpitch=true
renderer=opengl
nonexclusive=true

; Commandos
[Comandos]
fixpitch=true

; Call To Power 2
[ctp2]
maintas=false
boxing=false

; Corsairs Gold
[corsairs]
adjmouse=true
renderer=gdi
hook=2

; Dune 2000
[dune2000]
fpupreserve=true

; Dune 2000 - CnCNet
[dune2000-spawn]
fpupreserve=true

; Dragon Throne: Battle of Red Cliffs
[AdSanguo]
maxgameticks=60
noactivateapp=true

; Dark Reign: The Future of War
[DKReign]
renderer=opengl
maxgameticks=60

; Dungeon Keeper 2
[DKII]
maxgameticks=60
noactivateapp=true

; Deadlock 2
[DEADLOCK]
fixchilds=0
adjmouse=false
maintas=false
boxing=false

; Eggsucker
[eggsucker]
fixpitch=true

; Economic War
[EcoW]
maxgameticks=60
fixnotresponding=true

; Future Cop - L.A.P.D.
[FCopLAPD]
adjmouse=true
fixchilds=3

; G-Police
[GPOLICE]
maxgameticks=60

; Gangsters: Organized Crime
[gangsters]
adjmouse=true
renderer=opengl
nonexclusive=true

; Grand Theft Auto
[Grand Theft Auto]
fixwndprochook=true
singlecpu=false

; Grand Theft Auto: London 1969
[gta_uk]
fixwndprochook=true
singlecpu=false

; Grand Theft Auto: London 1961
[Gta_61]
fixwndprochook=true
singlecpu=false

; Heroes of Might and Magic II:  The Succession Wars
[HEROES2W]
adjmouse=true

; Hard Truck: Road to Victory
[htruck]
maxgameticks=25
renderer=opengl
noactivateapp=true

; Invictus
[Invictus]
adjmouse=true
fixwndprochook=true
renderer=opengl

; Interstate 76
[i76]
adjmouse=true
renderer=opengl

; Jagged Alliance 2
[ja2]
fixmousehook=true
noactivateapp=true
releasealt=true
novidmem=true

; Jagged Alliance 2: Wildfire
[WF6]
fixmousehook=true
noactivateapp=true
releasealt=true
novidmem=true

; Jagged Alliance 2 - UC mod
[JA2_UC]
fixmousehook=true
noactivateapp=true
releasealt=true
novidmem=true

; Kings Quest 8
[Mask]
renderer=opengl

; Konung
[konung]
fixchilds=0

; Konung 2
[Konung2]
fixchilds=0

; KKND Xtreme (With high resolution patch)
[KKNDgame]
vhack=true

; KKND2: Krossfire
[KKND2]
noactivateapp=true
renderer=gdi
hook=2

; Lionheart
[Lionheart]
locktopleft=true

; Majesty Gold
[Majesty]
minfps=-2

; Majesty Gold HD
[MajestyHD]
adjmouse=true

; Majesty Gold HD
[MajestyHD - Old]
adjmouse=true

; Mech Warrior 3
[Mech3]
renderer=opengl
nonexclusive=true

; Moorhuhn
[Moorhuhn]
renderer=opengl
dinputhook=true

; Moorhuhn 2
[Moorhuhn2]
dinputhook=true

; Outlaws
[olwin]
noactivateapp=true
maxgameticks=60
adjmouse=true
renderer=gdi

; Pharaoh
[Pharaoh]
adjmouse=true

; Pacific General
[PACGEN]
renderer=opengl

; Pax Imperia
[Pax Imperia]
renderer=opengl
nonexclusive=true

; Railroad Tycoon II
[RT2]
adjmouse=true

; ROAD RASH
[RoadRash]
adjmouse=true

; Septerra Core
[septerra]
hook=2

; Settlers 3
[s3]
renderer=opengl
nonexclusive=true

; Star Trek - Armada
[Armada]
armadahack=true
renderer=opengl
nonexclusive=true
adjmouse=true
maintas=false
boxing=false

; Star Wars: Galactic Battlegrounds
[battlegrounds]
fixpitch=true
adjmouse=true

; Star Wars: Galactic Battlegrounds: Clone Campaigns
[battlegrounds_x1]
fixpitch=true
adjmouse=true

; Stronghold Crusader HD
[Stronghold Crusader]
adjmouse=true

; Space Rangers
[Rangers]
locktopleft=true

; Stronghold Crusader Extreme HD
[Stronghold_Crusader_Extreme]
adjmouse=true

; Stronghold HD
[Stronghold]
adjmouse=true

; Steel Panthers: World At War
[MECH]
renderer=opengl

; Sim City 3000
[SC3]
renderer=opengl
minfps=-2

; Shadow Watch
[sw]
fixpitch=true
adjmouse=true

; Shadow Flare
[ShadowFlare]
renderer=opengl
nonexclusive=true
adjmouse=true
maintas=false
boxing=false

; Three Kingdoms: Fate of the Dragon
[sanguo]
maxgameticks=60
noactivateapp=true

; Twisted Metal
[TWISTED]
renderer=opengl
nonexclusive=true
maxgameticks=25
minfps=5

; Twisted Metal 2
[Tm2]
renderer=opengl
nonexclusive=true
maxgameticks=60
adjmouse=true
fixchilds=1
maintas=false
boxing=false

; Tzar: The Burden of the Crown
; Note: Must set 'DIRECTXDEVICE=0' in 'Tzar.ini'
[Tzar]
adjmouse=true

; Uprising
[uprising]
renderer=opengl
fixpitch=true
adjmouse=true

; Uprising 2
[Uprising 2]
renderer=opengl
adjmouse=true

; Warlords 3
[Darklord]
renderer=gdi

; Wizardry 8
[Wiz8]
fixmousehook=true
noactivateapp=true
releasealt=true
novidmem=true

; Worms Armageddon
[WA]
adjmouse=true
width=0
height=0
resizable=false

; Wizards and Warriors
[deep6]
renderer=gdi
hook=2

; War Wind
[WW]
renderer=opengl

; Zeus and Poseidon
[Zeus]
adjmouse=true

[ 本贴由 IGXN 在 12-27 15:38 编辑过. ]


最新发表的主题 | 最新参与的主题汇报违规贴 
页次: 转到第 [ 1 ] 页加入收藏
IMPK战网论坛 >> 我爱下载 >> 浏览: 窗口大小亮度画面效果调整工具cnc-ddraw最新版,配置文件汉化
快速回复
<b>粗体字</b><i>斜体字<i><u>下划线</u>对齐方式插入列表插入超级链接插入图片插入Flash插入引用插入代码飞行字移动字播放realplay文件播放Media Player文件    >>> IMPK图床 <<<


系统时间:08-06 15:14,页面执行时间:0.0052s
[京ICP备12045407号-1]
FBB Beta 0.7.29, build1023
Powered by fantiyu, 2002-2003

IP地址位置数据由纯真CZ88提供支持